Vcenter Authorization VtContainers Mappings ListResult

Vcenter Authorization VtContainers Mappings ListResult
Vcenter Authorization VtContainers Mappings ListResult

The Vcenter Authorization VtContainers Mappings ListResult schema represents the result of the GET /vcenter/authorization/vt-containers/mappings operation.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "items": [
        {
            "mapping": "string",
            "info": {
                "vtcontainer": "string",
                "object": {
                    "type": "string",
                    "id": "string"
                }
            }
        }
    ],
    "marker": "string"
}
items
Required

List of vTContainer mappings.

This property was added in vSphere API 8.0.3.0.

string
marker
Optional

An opaque string in support of pagination which indicates that more items are available. The marker can be used in subsequent calls to the GET /vcenter/authorization/vt-containers/mappings operation to retrieve the next set of items.

This property was added in vSphere API 8.0.3.0.

If missing or null there are no additional items.